Properties
Name | Returns | Notes | Example |
---|---|---|---|
description | String | ||
accountCode | String | ||
sku | String | ||
lineItemCode | String | ||
quantity | BigDecimal | ||
discountRate | BigDecimal | ||
unitPrice | BigDecimal | ||
amount | BigDecimal | The total amount is the unit cost x quantity + tax | |
subTotal | BigDecimal | The unit cost x quantity, ie the ex-tax amount | |
taxAmount | BigDecimal | ||
taxRate | BigDecimal | Note that this is a percentage representation, ie 12% is stored as 12, not 0.12 | |
taxType | String | ||
productSku | ProductSku | ||
supplier | BaseEntity |
Hide comments
